Add plot gallery to docs#590
Conversation
Add a gallery page with copy-able example code and rendered plots, similar to matplotlib's plot_types page. Examples use real Visium breast cancer tissue data alongside the synthetic blobs dataset. Closes scverse/2026_04_hackathon_padua#20 Made-with: Cursor
for more information, see https://pre-commit.ci
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #590 +/- ##
=======================================
Coverage 76.33% 76.33%
=======================================
Files 11 11
Lines 3229 3229
Branches 757 757
=======================================
Hits 2465 2465
Misses 465 465
Partials 299 299 🚀 New features to boost your workflow:
|
for more information, see https://pre-commit.ci
|
Hey @asarigun, thank you for this fantastic idea! I really like it, but for the implementation we'll mirror an existing scverse pattern where we have https://github.com/scverse/squidpy and then render the notebooks from https://github.com/scverse/squidpy_notebooks. We have a similar pattern for Therefore I'll be closing this PR here in favor of the new one that links in the new repo in the sdata-plot doc. Thank you for your work and idea though!! |
Adds a sphinx-gallery based gallery page with rendered examples and copy-able code.
Uses Visium breast cancer tissue data for images/shapes examples and the blobs dataset for labels/points.
No data committed — fetched at build time via
scanpy.datasets.visium_sge.Sections: Basic, Overlays, Customization (10 examples total).
Ref: scverse/2026_04_hackathon_padua#20, #463